home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- clearCursors()
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- set the cursor of sprite 15 to IQcursor
- set the cursor of sprite 16 to IQcursor
- set the cursor of sprite 17 to IQcursor
- set the cursor of sprite 18 to IQcursor
- set the cursor of sprite 25 to IQcursor
- go(the frame)
- end
-